Crate elrond_wasm_debug[][src]

Modules

abi_json
api

Structs

AccountData
AsyncCallTxData
BlockInfo
BlockchainMock
BlockchainMockError
BlockchainTxInfo

Some data to get copied for the tx. Would be nice maybe at some point to have a reference to the full blockchain mock in the tx context, but for now, copying some data is enough.

Box

A pointer type for heap allocation.

ContractMap
HashMap

A hash map implemented with quadratic probing and SIMD lookup.

SendBalance
TxContext
TxInput
TxLog
TxOutput
TxPanic
TxResult
Vec

A contiguous growable array type, written as Vec<T> and pronounced ‘vector’.

Functions

address_hex
async_call_tx_input
async_callback_tx_input
bytes_to_string

returns it as hex formatted number if it’s not valid utf8

execute_tx
key_hex
merge_results
parse_execute_mandos
try_execute_builtin_function
verbose_hex

Type Definitions

AccountEsdt
AccountStorage
ContractCallFactory